home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / UE.DIR / 00286.ls < prev    next >
Encoding:
Text File  |  1996-04-25  |  234 b   |  13 lines

  1. on exitFrame
  2.   global STIcks, ToGo
  3.   if (the ticks - STIcks) < (60 * 3) then
  4.     go(the frame)
  5.   else
  6.     if ToGo <> "open" then
  7.       puppetSprite(2, 1)
  8.     end if
  9.     go(string(ToGo))
  10.     put " " into field "stageText"
  11.   end if
  12. end
  13.